All Questions
1 question
3votes
1answer
4kviews
C++ callback multithreaded, can unregister itself
update: a new version of this code is posted here With this post, i would like to 1) ask for feedback on below code as it stands: do i apply all best practices for c++20? is it safe? is my way to ...